Click or drag to resize

EmailAddressCollection Class

Represents a collection of email addresses.
Inheritance Hierarchy
SystemObject
  Independentsoft.Sip.SdpEmailAddressCollection

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public class EmailAddressCollection : ICollection, 
	IEnumerable

The EmailAddressCollection type exposes the following members.

Constructors
  NameDescription
Public methodEmailAddressCollection
Initializes a new instance of the EmailAddressCollection class.
Top
Properties
  NameDescription
Public propertyCount
Gets the number of elements in the EmailAddressCollection.
Public propertyEmailAddresses
Gets array of email addresses.
Public propertyIsSynchronized
Gets a value indicating whether access to the EmailAddressCollection is synchronized (thread-safe).
Public propertyItem
Gets phone number associated with the specified position. In C#, this property is the indexer for the EmailAddressCollection class.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the EmailAddressCollection.
Top
Methods
  NameDescription
Public methodAdd
Adds an email address to the collection.
Public methodClear
Removes all elements from the EmailAddressCollection.
Public methodCopyTo
Copies an EmailAddressCollection array to the collection, starting at a specified target index.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns an IEnumerator that can iterate through the EmailAddressCollection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Removes the specified phone number from the collection, if it is present.
Public methodToString
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also